home *** CD-ROM | disk | FTP | other *** search
- #ifndef SYSLOG_H
- #define SYSLOG_H
-
- /**
- ** $Filename: syslog.h $
- ** $Revision: 1.6 $
- ** $Date: 1993/09/18 21:46:49 $
- **
- ** Debugging log daemon -- public definitions
- **
- ** © Copyright 1993 Peter Simons, Germany
- ** All Rights Reserved
- **
- ** $Id: syslog.h,v 1.6 1993/09/18 21:46:49 simons Stab simons $
- **/
-
- void initsyslog(void);
- void uninitsyslog(void);
- void syslog0(char *format,...);
-
- #endif /* SYSLOG_H */
-